home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-14 | 429 b | 23 lines | [TEXT/RLAB] |
- plsfile:
-
- Synopsis: Set the output file name for plotting.
-
- Syntax: plsfile ( FILENAME )
-
- Description:
-
- plsfile sets the output for plotting purposes to the file
- named FILENAME. plsfile must be used prior to pstart or plot.
-
- plsfile is most useful for creating postcript output in
- "batch" mode. For example:
-
-
- plsfile ("output.ps");
- pstart (,,"ps");
- plot (M);
-
- sends the output to `output.ps'.
-
- See Also: pstart, plot
-